Coloring

The text in your HTML files can be colored in two different ways. By default all HTML tags are colored blue, like

By setting the flag JavaScriptColoring the coloring changes. First of all, the key words in JavaScript are colored magenta. But the coloring of the HTML tags also changes, like

While this coloring is primarily intended to be used for files with JavaScript, it can also be a better choice for files with very little text and almost only HTML tags. Have in mind though that JavaScript keywords (if else this...) will be colored also when they are part of ordinary text.